home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 August / macformat-027.iso / mac / Shareware City / Info / mac-chat-071-etx / Mac*Chat#71⁄17-Apr-95
Encoding:
Text File  |  1995-04-19  |  27.0 KB  |  645 lines  |  [TEXT/R*ch]

  1. Mac*Chat#71/17-Apr-95
  2. ---------------------
  3.  
  4. Welcome to Mac*Chat, the free, weekly electronic newsletter biased
  5.    toward Mac users who are production-oriented professionals.  Other
  6.    Mac users may find many, many items of interest as well.  I'd enjoy
  7.    hearing your feedback and suggestions.  Unfortunately, due to the
  8.    massive numbers of messages I get every day, I can't guarantee
  9.   a personal reply.
  10.  
  11.   Tony Lindsey, <xxltony@cts.com>.
  12.   http://www.cts.com/~xxltony
  13.  
  14. Copyright 1989-1995 Tony Lindsey. Nonprofit groups (such as Mac
  15.    User Groups) or other non-commercial publications) are welcome
  16.    to use any part of the Mac*Chat newsletters if full credit is
  17.    given.  All others will need to contact me.
  18.  
  19. This newsletter is intended purely as entertainment and free
  20.    information.  No profit has been made from any of these
  21.    opinions.  Time passes, so accuracy may diminish.
  22.  
  23. Publication, product, and company names may be registered
  24.    trademarks of their companies.
  25.  
  26.  This file is formatted as setext, which can be read on any text reader.
  27.  
  28. Tips from readers are gratefully accepted.  Please write them in a
  29.    user-friendly way, and if you are mentioning an Internet site,
  30.    please include a paragraph explaining why others should visit it.
  31.  
  32. Any [comments in brackets] are by Tony Lindsey.
  33.  
  34. Topics:
  35. Highlights Of This Issue
  36. How I Created My Web Pages, Part Three
  37. HTML Tips
  38. HTML Editors Compared
  39. Netscape Tips
  40. Fetch Vs. Anarchie, Continued
  41. Free Subscriptions To This Newsletter
  42.  
  43. Highlights Of This Issue
  44. ------------------------
  45.   In this issue, I go completely to the opposite end of the scale
  46.   from the previous Mac*Chat.  This issue is meant to appeal to all
  47.   of those folks out there who want to create World Wide Web pages
  48.   NOW, and can keep up with the discussion.  I continue my series
  49.   of articles on creating a Web page, and many folks chime in with
  50.   their favorite HTML tips and editors.  We also continue comparing
  51.   Fetch and Anarchie.
  52.  
  53. How I Created My Web Pages, Part Three
  54. --------------------------------------
  55.   By Tony Lindsey <xxltony@cts.com>
  56.  
  57.   If you've been following along with this series, you have
  58.   Netscape and HTML Editor 1.0 (which I'll refer to HE for
  59.   brevity's sake) loaded onto your computer and set up so that they
  60.   refer back-and-forth to each other.  You've also used Netscape to
  61.   open the following Location, and View its Source (HTML) codes:
  62.  
  63. http://www.cts.com/~xxltony/artist-sites.html
  64.  
  65.   I've made some changes to it lately, so you MAY want to go get it
  66.   one more time.
  67.  
  68.   After doing that, you should probably save a copy of the file on
  69.   your hard disk, using HTML Editor's Save As command.
  70.  
  71.   In this installment, I'm going to walk you through what _I_ do
  72.   whenever I want to create a new page.  It's not hard at all, I
  73.   promise.  This is the same tour I've given to dozens of folks so
  74.   far, and they all got it immediately.
  75.  
  76.   Now that you've made your preparations, create a New Document
  77.   using HE.  Copy the top nine lines of artist-sites.html (up to
  78.   and including the "<hr> line) and paste them into your new
  79.   document.  Save the new document as "my-first-web-page.html"
  80.   (without the quotes).  Those first nine lines are just my normal
  81.   way of beginning a standard, highly-compatible Web page.
  82.  
  83.   *Previewing*
  84.  
  85.   At the top right side of the page in HE, you'll see an icon that
  86.   looks like a tiny planet with two arrows coming out of it.  Click
  87.   on it.  That should cause Netscape to preview what your new page
  88.   looks like.  You'll see that the graphic image called
  89.   "artist-site-header.gif" shows up as a generic icon, but that's
  90.   okay and normal - We'll talk about it later.
  91.  
  92.   *The Header*
  93.  
  94.   Use your mouse to go back to HE's window and change the two lines
  95.   referring to "artist sites" any way you'd like, and watch the
  96.   result in Netscape by previewing it over and over.  The <TITLE>
  97.   line names the web site at the top of the window when viewed by
  98.   Netscape, and the <H1> line doesn't do anything but style the
  99.   text to look big and bold.
  100.  
  101.   *Divider Lines*
  102.  
  103.   The "<hr>" command means a divider line should be drawn.  The
  104.   rest of the codes are just there to make sure the file is
  105.   compatible with ANY web browser, not just Netscape on a Mac.
  106.  
  107.   *Menus of Choices*
  108.  
  109.   In your new "my-first-web-page.html" HE document, type a short
  110.   list at the bottom:
  111.  
  112.   Cats
  113.   Rats
  114.   Baseball Bats
  115.   Mac*Chat Home Page
  116.  
  117.   Highlight those lines with your mouse, and then notice the "List"
  118.   pulldown at the upper left of your window.  Pull it down and
  119.   choose "Menu."  This automatically creates the codes that make
  120.   the list look nice, so preview it.
  121.  
  122.   *Paragraphs*
  123.  
  124.   Down below that, type a few lines of text (I'll call this
  125.   paragraph 1), hit return, then type some more text.  Preview it,
  126.   and you'll see that the two lines are all smooshed together.  Go
  127.   back to HE and click the mouse at the end of paragraph 1.  At the
  128.   top of the window, you'll see a button that looks like a
  129.   backwards capital "P."  Click it, and that causes HE to insert
  130.   the code for a paragraph marking.  This looks like "<p>."
  131.   Preview it.
  132.  
  133.   *Constructing a link*
  134.  
  135.   Let's go back up to the list in HE, and highlight the words
  136.   "Mac*Chat Home Page."  At the top of the window, you'll see a
  137.   tiny icon of an anchor.  Click on it, then choose "Link to
  138.   another file" and then "Construct."  Type in
  139.   "http:/www.cts.com/~xxltony/" without the quotes.  (By the way -
  140.   that's a tilde character in front of the "xxltony").  Click "OK"
  141.   twice, and you'll see some codes inserted before and after the
  142.   text you had highlighted.  Preview it, and you will see that the
  143.   fourth menu item is now highlighted differently than the others.
  144.   If you click on it, you'll be immediately brought to Mac*Chat's
  145.   Home Page.
  146.  
  147.   *Formatting Your Text*
  148.  
  149.   Highlight one word in paragraph 1, and click on the "B" icon at
  150.   the top of the window.  That inserts the codes to make it bold.
  151.   Keep doing this with various words, clicking on the "I" button
  152.   for italics, etc.  Turn on Balloon Help to find out more about
  153.   your buttons.
  154.  
  155.   Now, let's get fancy.  On the upper left, you'll see a pull-down
  156.   called "Style."  After highlighting a word, choose one of the
  157.   styles such as "Emphasis."  Keep playing with the different
  158.   styles.
  159.  
  160.   Please be aware that each style is probably going to look
  161.   different on different computers and web browsers, so don't
  162.   expect your efforts at expert-level typography to transfer well.
  163.  
  164.   ---------
  165.  
  166.   I've now shown you 90% of what I _ever_ use HTML Editor for.  In
  167.   my next installment, I'll talk about graphics and uploading your
  168.   work.  Creating HTML documents can be horridly complicated, but I
  169.   can't see any reason for it.  My simple documents seem to work
  170.   fine, and nobody has sent me hate mail for being too basic in my
  171.   design.  As I've been told by others, Keep It Simple.
  172.  
  173. HTML Tips
  174. ---------
  175.   From: werbach@access.digex.net (Kevin Werbach)
  176.  
  177.   You may be interested in checking out my Bare Bones Guide to
  178.   HTML, a comprehensive 'cheat sheet' for Web page authors.  The
  179.   document lists virtually every HTML tag -- including the popualar
  180.   Netscape extensions -- in a concise format grouped by type of
  181.   tag.  Unlike other, more detailed HTML guides, the Bare Bones
  182.   Guide does not take you step-by-step through the process of
  183.   writing a Web page; it is designed to provide those familiar with
  184.   the basics with quick access to information on the proper
  185.   formatting of each tag.
  186.  
  187. http://www.access.digex.net/~werbach/barebone.txt     (text
  188.   version)
  189.  
  190. http://www.access.digex.net/~werbach/barebone.html    (HTML
  191.   version)
  192.  
  193.   There is also a link to the guide from my Home Page
  194.  
  195. http://www.access.digex.net/~werbach/home.html
  196.  
  197.   ----------
  198.  
  199.   From: Bob Katz <bobkatz@panix.com>
  200.  
  201.   You haven't mentioned several of the tools I am using, so here is
  202.   a short essay from me on the tools I've picked up for developing
  203.   html documents:
  204.  
  205. http://www.cts.com/~xxltony/html-tips.html
  206.  
  207.   Here's a couple of important tips:
  208.  
  209.   For Netscape. Get rid of every "/" symbol in every filename,
  210.   folder, and volume on your Mac. It'll get you into trouble,
  211.   because it's a known bug in Netscape (wish they had posted it
  212.   high up in the documentation, it's there, however, if you choose
  213.   the "bugs" link in the online manual...that's where I searched
  214.   after I nearly went crazy). If a disk volume or folder has a /
  215.   character in it, then you will not be able to save, import, or
  216.   export Bookmarks. But it gets worse.... Netscape simply gets
  217.   confused because / is the reserved Unix character for pathnames.
  218.  
  219.   For local html development with Netscape:
  220.  
  221.   Put an alias of any folder that has graphics you are trying to
  222.   access in the Netscape folder.
  223.  
  224.   Open the file you are developing directly from within Netscape,
  225.   and use  Netscape's reload button to review changes you make in
  226.   your Web pages. Do  this instead of pushing the "Preview" button
  227.   from your HTML editor. (The  "Preview" button makes an
  228.   apple-event call to Netscape, but graphics will  not be displayed
  229.   properly (you'll get a ? instead). The HTML editor, or  Netscape,
  230.   when it is called, uses some kind of a temporary file rather than
  231.   the real file and thus doesn't know where the graphics are.
  232.  
  233. HTML Editors Compared
  234. ---------------------
  235.  
  236.   From: kwfansle@rs6000.cmp.ilstu.edu (Ken Fansler)
  237.  
  238.   I noticed in your HTML "lecture series" that you are using HTML
  239.   Editor as your authoring tool. Have you tried WebWeaver?
  240.  
  241.   You can download it from our server using the following web
  242.   address:
  243.  
  244. <gopher://orathost.cfa.ilstu.edu:70/11ftp%3apublic%3aoratRes%3ainternetClien
  245. ts%3ahtmlHelpers%3a>
  246.  
  247.   It's got excellent balloon help, and a very logical user
  248.   interface. As the WebMaster here at Illinois State's College of
  249.   Fine Arts, I endorse it 87%! (There *are* some problems that
  250.   encompass the other 13% - for example, I have not found an easy
  251.   shortcut to adding gopher links.)
  252.  
  253.   ----------
  254.  
  255.   From: a reader who prefers to remain anonymous...
  256.  
  257.   I've used Arachnid several times to do HTML editing, but I prefer
  258.   not to review it.  For one deliberate reason:  with the Web so
  259.   new, I think it's important for people to learn how to use HTML
  260.   directly.  It's very easy, after all.  And if you're going to use
  261.   a "do-it-for-you" editor, you really ought to know *what* it's
  262.   doing.  Just my 2 cents.
  263.  
  264.   [I never thought I'd say this, but I absolutely agree.  It took
  265.   me maybe half an hour to give the entire tour of Basic HTML to a
  266.   client this morning, and she got it immediately.  It's really not
  267.   brain surgery, and I like the control.  However, I can be swayed
  268.   if there is something RADICALLY better.  It hasn't shown up yet,
  269.   as far as I can tell.]
  270.  
  271.   There is also, by the way, an AppleScript applet which will do MS
  272.   Word 6 to HTML conversions.  I wrote one; then I found a
  273.   shareware one somewhere or other.  But I don't recommend any
  274.   Microsoft product for Macintosh users - after all, Microsoft *is*
  275.   out to kill the Mac.  Besides, WordPerfect really is a much
  276.   better word processor for writing HTML.  (Although I've done all
  277.   mine in good old-fashioned Emacs right in my Unix account rather
  278.   than uploading anything. But that's just laziness, I admit.)
  279.  
  280.   --------
  281.  
  282.   From: nome@oslonett.no (Halvor Nome)
  283.  
  284.   I have yet to get my own WWW-Home page on the air, but in the
  285.   process of evaluating different applications for doing this, I
  286.   have accumulated some experience that might be of interest to
  287.   other aspiring "publishers"
  288.  
  289.   First, to the subject of Arachnid 1.4. I can't say much in favour
  290.   of this software.  The only unique feature (-as far as I can see)
  291.   is the "Player" application, which makes it possible to
  292.   distribute your www-pages to Mac-users without browsers. But -
  293.   unfortunately, only if the files is exported or saved as an
  294.   Arachnid file.
  295.  
  296.   This can - believe me, take "ages" to process. And only way you
  297.   can stop it, is by crashing the program. (no Alt-period). When
  298.   you wait for something that takes 5 seconds in other programs, it
  299.   becomes a pain all-over. Both the time needed to import
  300.   HTML-doc's for "refining", and exporting the finished
  301.   HTML-document makes Arachnid unfit for serious www-producers. I
  302.   have NEVER waited so long for so small files to be processed.
  303.   (except 3D rendering programs with Radiocity Ray Tracing turned
  304.   on)
  305.  
  306.   In my opinion, Arachnid has far to go along the Beta-road before
  307.   becoming a serious contender for the "Best HTML-Editor Award".
  308.   More likely winners are HTML-Editor_1.0 (Editor), HTML Web Weaver
  309.   2.5 (WebWeaver) or HTML_Pro 1.7. The last one mentioned is a
  310.   close-to-WYSIWYG editor, opening two windows, one in HTML- and
  311.   the other in Preview-mode. By this you can choose which
  312.   environment you find most comfortable for editing your www.page.
  313.   Either in the "Preview" mode without those pesky tags, or/and at
  314.   the same time write & view the plain-text entered being converted
  315.   to HTML.
  316.  
  317.   Personally, I cast my vote for HTML Web Weaver (WebWeaver). It
  318.   has many of the same "macro-buttons" and features as the -Editor,
  319.   but of which some is - to my mind at least, better implemented in
  320.   WebWeaver.
  321.  
  322.   As a Norwegian, I find that the WebWeaver handles the special
  323.   Nordic characters better than -Editor.  In addition, it -
  324.  
  325.   * has nice dialogues, giving you the options to write textual
  326.   information, to be displayed to the "ASCII-based" cybercruising
  327.   community, and letting you specify (and link) text, images, sound
  328.   & mpeg's with anchors and names directly within the same dialogue
  329.   screen.
  330.  
  331.   * let you import pre-formatted HTML documents of any kind (I have
  332.   had problems importing HTML documents processed from RTF-format
  333.   into -Editor).
  334.  
  335.   * has a very good "List" functions, (even with an "preview"
  336.   option, if you need to be reminded what an ordered or unordered
  337.   list look like), with selection of several "Align" tags.
  338.   (-Editor only offers optional "Top Align")
  339.  
  340.   * a good Forms Editor, making it easy to create Forms, inkluding
  341.   naming and generating "MailTo" or "Submit" buttons at the same
  342.   instance.
  343.  
  344.   * option for making your own, customised sets of floating
  345.   toolbars of your mostly-used tagging tools.
  346.  
  347.   * Option for customising new tags (- f.i. to include new tags
  348.   accepted by the latest-, and future versions of Netscape)
  349.  
  350.   * If you start by saving your html-document in the same folder as
  351.   your other (gif/html/sound/mpeg etc.) files to be used in the
  352.   www-page(s), and "point" to them using the "Select file" dialogue
  353.   in WebWeaver "File" menue, you will automatically get short,
  354.   relative URL-locations from WebWeaver, as opposite to those given
  355.   by the -Editor, who will specify the full URL for every file
  356.   included - even if it's in the same folder.
  357.  
  358.   * One thing is to get those annoying "File"name" is not in the
  359.   root directory or it's sub directory" messages all the time from
  360.   -Editor. More serious is it that you might get errors when taking
  361.   your files to another computer to "publish". Then the long
  362.   relative URLs produced by -Editor might no longer be actual.
  363.  
  364.   Another thing worth mentioning, is that you can save much
  365.   html-scripting time, especially on long documents, if you start
  366.   your WWW-editing in Word or any other word processor that can
  367.   save to RTF file format. Just give your document the type sizes
  368.   and -styles you want, (Size: from 8 - 18 points. Style:
  369.   Normal/Bold/italic),  Add paragraphs and line brakes, make nice
  370.   groups of the information that is to be displayed as lists, and
  371.   save the document in RTF format.
  372.  
  373.   Next, drop the file on a small application called TextToHTML
  374.   (found - like most of the ones mentioned, in the Info-mac/text/
  375.   archives). All basic html-tagging like Titles, Header, Font Size,
  376.   Style etc. is taken care of by the said TextToHTML application.
  377.   After this you import the resulting file into WebWeaver (-or
  378.   Editor, if that's your choice), your document ends up looking
  379.   very much like your on-screen Word document, before you have even
  380.   typed a single HTML-tag.  Now it's time to add links,
  381.   list-options, GIF-,html-,video- or sound files, edit Forms etc.
  382.   etc.
  383.  
  384.   There is also a Shareware called rtftohtml "out there",
  385.   performing the same task. But I have experienced inconsistent
  386.   results (sometimes making line breaks <br> into paragraph tags
  387.   <p>, which gives it a slightly different look :-). So my choice
  388.   for formatting RTF-files is TextToHtml + WebWeaver.
  389.  
  390.   ----------
  391.  
  392.   From: sherritp@RoseVC.Rose-Hulman.Edu (Tim Sherrill)
  393.  
  394.   I've tried several Web-Page Editors and have been satisfied by
  395.   none.  Until now! HTML_Pro_1.07 has turned my head.  This program
  396.   has two advantages:  first, it is fast (6 secs to load).  I
  397.   disliked several editors because I had to wait (I use a PB160 at
  398.   home and a MacIIci at work).  Secondly, it allows you to view
  399.   your source and the output at the same time!  You can type on the
  400.   output page, select some words, make them bold, and they're bold!
  401.   You want to add a tag, you can do it by typing the source in the
  402.   source window or you can type it in the output window.  Having
  403.   both views at once really has made my life easier.
  404.  
  405.   It's only $5 shareware, and this pays for all updates and all
  406.   software written by Niklas Frykholm.
  407.  
  408. http://www.ts.umu.se/~r2d2
  409.  
  410.  Here's a quote from the Umich Archiver:
  411.  
  412.   /mac/util/text/htmlpro1.07.cpt.hqx
  413.  
  414.   Finally, a real HTML editor for Macintosh! Includes source and
  415.   rendered views, links to support applications, macros, etc.
  416.   *VERY* well done, fast, and small! (Okay, I do alot of HTML :)
  417.  
  418. Netscape Tips
  419. -------------
  420.   By: Bernie Hall <bhall@mitre.org>
  421.  
  422.   To go to a new location, don't use the open button or dialogue
  423.   box, just  highlight the current site name (after the http://) in
  424.   the location line  below the toolbar type the new URL and hit
  425.   enter.
  426.  
  427.   To increase the real estate on your screen, turn off show
  428.   Directory  Buttons (from the Options menu). These are available
  429.   under the directory  drop down menu.
  430.  
  431.   --------
  432.  
  433.   By Gary Anderson <gandrsn@whale.st.usm.edu>
  434.  
  435.   I just read your account of some of your experiences getting
  436.   started with WWW and, specifically, Netscape and thought I would
  437.   pass along some info. you might find useful.
  438.  
  439.   First of all, you stated:
  440.  
  441.   (1) Hotlists are hard to manage when they get big.  I haven't
  442.   found a Web Browser that supports rearranging the items in the
  443.   hotlist by subject.
  444.  
  445.   Netscape does. It is a little hard to get used to at first, but
  446.   you have the capability of setting up a hierarchical bookmark
  447.   menu if you fiddle around in the "View Bookmarks" editor. You can
  448.   add subjects to subclassify groups of topics. Use the arrows
  449.   (bottom left of editor) to move items up and down in your
  450.   bookmark list after you have selected them. Pretty nifty feature,
  451.   if you ask me.
  452.  
  453.   Here is another trick I use. I have made as my "homepage" (the
  454.   page that Netscape shows when I first open it up) my bookmark
  455.   list. If you look in the Netscape folder on your hard drive, you
  456.   will find the folder, Netscape f (or some such). In it resides
  457.   the file Bookmarks.html, which is created and updated by Netscape
  458.   as you add bookmarks. If you type the pathname for this file in
  459.   the space reserved for the home page (Preferences, Window and
  460.   Link Styles), you will find yourself staring at a hypertext
  461.   rendition of your bookmark list whenever you open Netscape.
  462.   Probably, the easiest way to get the complete pathname is to do
  463.   the following:
  464.  
  465.   1) drag the icon for your bookmark file onto the Netscape icon,
  466.   to open the file in Netscape.
  467.  
  468.   2) when it is open, copy the file name from the URL address which
  469.   is showing, assuming you set Netscape up to show the URLs. It
  470.   should start with file:///
  471.  
  472.   3)paste the file name into the home page preferences, and voila...
  473.  
  474.   PS Sorry if this is too hard to follow. Like everything else with
  475.   this gadgetry, it is a lot easier to do than to explain to
  476.   someone!
  477.  
  478.   --------
  479.  
  480.   By Gary Parker <parkergv@ctrvax.Vanderbilt.Edu>
  481.  
  482.   In issue #68 you say that you've yet to find a browser that will
  483.   allow you to sort hotlists by subject?  Maybe I misunderstand
  484.   what you mean, but Netscape (all versions since its debut, I
  485.   believe) allows you to create subject headers, even subheaders,
  486.   subsubheaders..., for your hotlist using the View Bookmarks
  487.   command.  The trick is learning to use the View Bookmarks command
  488.   whenever you add a new bookmark so you can put the new page under
  489.   the heading you want as you add it, otherwise you will have to
  490.   use the rather cumbersome arrow buttons to move your new bookmark
  491.   up or down the list to fit it under the proper heading (drag and
  492.   drop would be a blessing here).
  493.  
  494.   Anyway, once you have created your headers, your bookmark list
  495.   turns into a nice hierarchical list.  Of course, even that list
  496.   can get long (and longer and longer everday, it seems).  It would
  497.   be great if Netscape added the feature that Mosaic has (or had--I
  498.   haven't used Mosaic in awhile) that allows you to call up
  499.   different hotlists.
  500.  
  501.   Another tip I have been using for months now that saves a lot of
  502.   time when cranking up Netscape:
  503.  
  504.   Since I usually start up with a new site to visit in mind, I have
  505.   my Netscape preferences set to start up with a blank page.  This
  506.   is an option under "styles" in the preferences menu.  This way
  507.   when you crank up Netscape you can either click the open button
  508.   and paste (or type) in the new URL or you can go right to your
  509.   bookmarks and pull down to your page of choice.
  510.  
  511. Fetch Vs. Anarchie, Continued
  512. -----------------------------
  513.   From: shandrew@leland.stanford.edu (andrew shieh)
  514.  
  515.   Actually, the author of Anarchie (peter lewis) suggests keeping
  516.   Fetch around for uploads. Fetch has better control over
  517.   text/binary/macbinary sending of files. The next version of
  518.   Anarchie should change this though, but then again the next
  519.   version of Fetch is coming soon.
  520.  
  521.   Plus, fetch is freeware...(anarchie is a whole $10?)
  522.  
  523.   ----------
  524.  
  525.   From: Dave Kramer <reeltime@omni.voicenet.com>
  526.  
  527.   I read William P. Barr's commentary on Anarchie vs. Fetch, and I
  528.   have to agree. Fetch isn't as handy at most FTP tasks.
  529.  
  530.   But don't throw Fetch in the Trash just yet.
  531.  
  532.   Fetch does two things that Anarchie doesn't. In fact, Anarchie
  533.   calls on Fetch for its extension mapping. Anarchie's Apple Guide
  534.   walks you through these settings step by step, which helped me
  535.   understand what's going on. Essentially, the FTP software looks
  536.   to see if the filename extension (.hqx, .sit, .bin, .zip, et al.)
  537.   is on the list, and if so, how to handle it. If you FTP a file
  538.   with an extension not on the list, you might tranfer it the wrong
  539.   way (text vs. binary mode), and get unusable gibberish. I've
  540.   mapped all of the popular extensions, and a few of the not so
  541.   well-known (just added .lzh, a Japanese file extension for a
  542.   specific type of compression). Since the list is checked in
  543.   order, I have added a blank entry, which I map as a text
  544.   download. This is great for FTPing FAQ files and other text files
  545.   that do not have consistent filename extensions. Whenever I add a
  546.   new extension to the list, I must first delete this last one, add
  547.   the new one, and then recreate the last (blank) item. This is
  548.   because anything following the blank extension is ignored
  549.   (remember, the list is followed in order -- if it finds a match,
  550.   it stops reading the list).
  551.  
  552.   The second reason I keep Fetch around is raw text transfers. This
  553.   strips  MacBinary info off of a file automatically (no need to
  554.   run a separate  utility). This is good for placing GIFs and HTML
  555.   text files on a UNIX  server for use on the World Wide Web.
  556.  
  557.   [So, are you telling me I've not needed to strip the header from
  558.   my gif files before uploading them, or is it only for TEXT files?]
  559.  
  560.   Yup. I've never stripped MacBinary info off a GIF "by hand"
  561.   before.  Sending Raw Data handles this little problem.
  562.  
  563.   Also, I have noticed some sites where directories do not show up
  564.   properly  with Anarchie. In these rare instances, I switch to
  565.   Fetch. For that  matter, I keep a second mail reader (POPmail II)
  566.   handy for those odd messages that Eudora chokes on. No, I do not
  567.   wear suspenders *and* a belt. But it helps to have a backup plan
  568.   when you're diving for data on  the Internet.
  569.  
  570.   ----------
  571.  
  572.   From: davidc@cs.uwa.edu.au (David Cake)
  573.  
  574.   I would like to second the recommendation of Anarchie. It is the
  575.   best FTP client I have ever seen, for any platform, and
  576.   thoroughly Macintoshised. It is much smarter than Fetch, works in
  577.   the background, does drag 'n drop, has an integrated Archie
  578.   client (if you know a file name, but not its location, you can
  579.   search for it), hence the name, and a lot of work has been put
  580.   into the user interface. There is also an Apple Guide available
  581.   for Anarchie.
  582.  
  583.   I also know the author, Peter Lewis - please make sure that you
  584.   pay your shareware registration. Anarchie is very reasonably
  585.   priced, due to his personal philosophies on software pricing, he
  586.   has put a lot of effort into making sure it is easy to register,
  587.   and he is trying to make his living by writing shareware. So
  588.   please pay, especially if it is being used commercially.
  589.  
  590.   He has also released FTPd, which allows you to FTP to your Mac,
  591.   and Assimilator, a hard drive contents copier application
  592.   designed for use in laboratory type situations. Also, with Quinn,
  593.   he has released Internet Config, a system designed to ensure that
  594.   all that Internet information (like email adress, news and mail
  595.   server, helper applications for various types of files, personal
  596.   info, etc.) needs to be entered only once, if all applications
  597.   are IC aware. At present there are only a few Internet Config
  598.   aware applications (Newswatcher is one), but the list will grow
  599.   rapidly in the next few months, and should make life on the Net a
  600.   lot easier.
  601.  
  602.   Anarchie 1.5 should be out soon. Many user interface
  603.   improvements, and Internet Config compatible.
  604.  
  605.   -----------
  606.  
  607.   From: "Espen H. Koht" <ehk20@cam.ac.uk>
  608.  
  609.   Although I agree that Anarchie is a great program I still keep
  610.   Fetch around, and indeed find myself using both regularly. I find
  611.   Fetch more convenient for browsing since my screen doesn't get
  612.   cluttered with windows for all the directories I have been to.
  613.   Anarchie is great if I'm after something specific or need to
  614.   connect to more than one place at once.
  615.  
  616.   Also a correction: Fetch also moves files in the background!
  617.  
  618.   Nit-pick: Although the Anarchie bookmark list is a good selection
  619.   of Mac sites, it is by no means 'complete'. The same bookmarks
  620.   are bundled with Fetch, by the way.
  621.  
  622. Free Subscriptions To This Newsletter
  623. -------------------------------------
  624. You may subscribe to Mac*Chat by sending e-mail to:
  625.  
  626.                  listserv@vm.temple.edu
  627.  
  628. The Subject line is ignored, so it can say anything.
  629.  
  630. In the body of the message include the following line:
  631.  
  632.                 SUBSCRIBE MACCHAT Your full name
  633.  
  634. As an example: SUBSCRIBE MACCHAT Juliana Tarlton
  635.  
  636. You will receive a nice long message explaining acceptance of your
  637. subscription, how to end it (if desired) and general listserv info.  You
  638. will then automatically receive Mac*Chat in your e-mail box, for free,
  639. every week.
  640.  
  641. ============== ____ ================================================
  642. Tony Lindsey   \ _/__  Free, weekly e-mailed Mac-oriented newsletter
  643. Mac*Chat Editor \X  /  xxltony@cts.com, http://www.cts.com/~xxltony/
  644. ================= \/ ===============================================
  645.